func runtime.callers
7 uses
runtime (current package)
extern.go#L311: n := callers(skip+1, rpc)
extern.go#L339: return callers(skip, pc)
mprof.go#L447: nstk := callers(3, mp.profStack[:debug.profstackdepth+2])
mprof.go#L549: nstk = callers(skip, mp.profStack)
proc.go#L1003: callers(1, mp.createstack[:])
traceback.go#L1093: func callers(skip int, pcbuf []uintptr) int {
tracestack.go#L79: nstk += callers(skip+1, pcBuf[1:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |